home *** CD-ROM | disk | FTP | other *** search
- /**/
- 'cls'
- Say " "
- Say "******************************************************************"
- Say " Name: Test Case 12"
- Say " "
- Say " Program: Paldisp"
- Say " "
- Say " Purpose: To view a palette on the desktop"
- Say " "
- Say " "
- Say " Please refer to test12.doc for more"
- Say " information on what this test case does."
- Say "******************************************************************"
-
- '@echo off'
- Pause
- 'cd ..'
- 'cd paldisp'
- 'call paldisp.exe'
- 'cd ..'
- 'cd testcase'
- '@echo on'
- exit